Autogenerated HTML docs for v1.8.4-474-g128a96 
diff --git a/git-config.html b/git-config.html index 093a104..c103879 100644 --- a/git-config.html +++ b/git-config.html 
@@ -5750,6 +5750,18 @@  </p>   </dd>   <dt class="hdlist1">  +status.displayCommentPrefix  +</dt>  +<dd>  +<p>  + If set to true, <a href="git-status.html">git-status(1)</a> will insert a comment  + prefix before each output line (starting with  + <code>core.commentChar</code>, i.e. <code>#</code> by default). This was the  + behavior of <a href="git-status.html">git-status(1)</a> in Git 1.8.4 and previous.  + Defaults to false.  +</p>  +</dd>  +<dt class="hdlist1">   status.showUntrackedFiles   </dt>   <dd>  @@ -5925,6 +5937,22 @@  </p>   </dd>   <dt class="hdlist1">  +uploadpack.keepalive  +</dt>  +<dd>  +<p>  + When <code>upload-pack</code> has started <code>pack-objects</code>, there may be a  + quiet period while <code>pack-objects</code> prepares the pack. Normally  + it would output progress information, but if <code>--quiet</code> was used  + for the fetch, <code>pack-objects</code> will output nothing at all until  + the pack data begins. Some clients and networks may consider  + the server to be hung and give up. Setting this option instructs  + <code>upload-pack</code> to send an empty keepalive packet every  + <code>uploadpack.keepalive</code> seconds. Setting this option to 0  + disables keepalive packets entirely. The default is 5 seconds.  +</p>  +</dd>  +<dt class="hdlist1">   url.&lt;base&gt;.insteadOf   </dt>   <dd>